From: Keir Fraser Date: Mon, 6 Jul 2009 10:55:01 +0000 (+0100) Subject: x86: PERCPU_SHIFT can be reduced to 12 now compat_arg_xlat_area is not X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~13644 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=8259ef78d3bf79d24a2a0280fbc0cddd03754ddb;p=xen.git x86: PERCPU_SHIFT can be reduced to 12 now compat_arg_xlat_area is not directly a per-cpu object. Signed-off-by: Keir Fraser --- diff --git a/xen/include/asm-x86/percpu.h b/xen/include/asm-x86/percpu.h index aca6d2b490..d76206587f 100644 --- a/xen/include/asm-x86/percpu.h +++ b/xen/include/asm-x86/percpu.h @@ -1,7 +1,7 @@ #ifndef __X86_PERCPU_H__ #define __X86_PERCPU_H__ -#define PERCPU_SHIFT 13 +#define PERCPU_SHIFT 12 #define PERCPU_SIZE (1UL << PERCPU_SHIFT) /* Separate out the type, so (int[3], foo) works. */